CSS background blur or glass effect

28

.container {
  backdrop-filter: blur(10px);
}

Comments

Submit
0 Comments